From a7c221c6b34fffaa7c4919f954cb7d44bd6c478d Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Wed, 22 Jul 2026 17:06:10 +0000 Subject: [PATCH] Include constants, so the correct indexes are dropped This fixes a problem that causes a rebuild of the db to fail. --- db/include/elo_ranks_daily_triggers_drop.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db/include/elo_ranks_daily_triggers_drop.m4 b/db/include/elo_ranks_daily_triggers_drop.m4 index 19f7169..8aa77dc 100644 --- a/db/include/elo_ranks_daily_triggers_drop.m4 +++ b/db/include/elo_ranks_daily_triggers_drop.m4 @@ -22,6 +22,10 @@ dnl Don't bother with the fancy stuff where we detect re-inclusion dnl of the file and do nothing if we find the file already included. dnl dnl + +dnl m4 includes +include(`constants.m4')dnl +include(`macros.m4')dnl dnl Don't output anything while defining macros. divert(`-1') -- 2.34.1